From bae8bd61e1a5305bf79eb4115ce77d38849a81c7 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 4 May 2006 16:41:00 +0000 Subject: [PATCH] Patch from Rob: Write also line headers for routepoints. --- stmwpp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stmwpp.c b/stmwpp.c index 6fb4c4c7c..7dc1fda14 100644 --- a/stmwpp.c +++ b/stmwpp.c @@ -232,6 +232,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, "WP,D,%s,", wpt->shortname); break; @@ -245,6 +246,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, ".%02d", wpt->centiseconds); break; case STM_TRKPT: -- 2.30.2